'宣言 Public ReadOnly Property Values As T()
'使用法 Dim instance As PropsHashTable(Of T) Dim value() As T value = instance.Values
public T[] Values {get;}
'宣言 Public ReadOnly Property Values As T()
'使用法 Dim instance As PropsHashTable(Of T) Dim value() As T value = instance.Values
public T[] Values {get;}